home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2003 March / DPPCPRO0303.ISO / Components / Microsoft ASP / _SETUP.1 / ASPWizard.jar / asp / wizard / WizardViewDbQuery$3.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-11-20  |  845 b   |  19 lines

  1. package asp.wizard;
  2.  
  3. import java.awt.event.ActionEvent;
  4. import java.awt.event.ActionListener;
  5.  
  6. final class WizardViewDbQuery$3 implements ActionListener {
  7.    // $FF: synthetic field
  8.    private final WizardViewDbQuery this$0;
  9.  
  10.    public void actionPerformed(ActionEvent e) {
  11.       this.this$0.editSQL();
  12.    }
  13.  
  14.    // $FF: synthetic method
  15.    WizardViewDbQuery$3(WizardViewDbQuery this$0) {
  16.       this.this$0 = this$0;
  17.    }
  18. }
  19.